Skip to content

feat: Add a new video generation AGENT that uses the VEO model #555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Conversation

dmandar
Copy link

@dmandar dmandar commented May 15, 2025

Add a new video generation agent that creates videos using VEO. The agent leverages Google's Veo model to generate videos based on text prompts.

The agent takes text requests from the client, such as "Create a video of a cat playing with a fur ball". The generated video is then uploaded to Google Cloud Storage (GCS), and a signed URL for accessing the video is provided back to the client.
Currently, the Veo API does not provide real-time progress updates during video generation. To enhance user experience, this agent simulates progress updates while the video is being processed.
Also includes changes to the demo app to display the received video. (Note: the demo app does currently show the progress of the video creation process. The CLI can be used to see the simulated progress percentage)

@dmandar dmandar requested a review from pstephengoogle May 15, 2025 19:15
@holtskinner holtskinner changed the title Add a new video generation AGENT that uses the VEO model feat: Add a new video generation AGENT that uses the VEO model May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants